home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 September / EnigmA AMIGA RUN 10 (1996)(G.R. Edizioni)(IT)[!][issue 1996-09][EARSAN CD XI].iso / earcd / comm6 / wthrex13.rdm < prev    next >
Text File  |  1996-07-29  |  3KB  |  68 lines

  1. Short:    Monitor global Internet weatherdata
  2. Author:   troels@stud.cs.uit.no (Troels Walsted Hansen)
  3. Uploader: troels@stud.cs.uit.no (Troels Walsted Hansen)
  4. Type:     comm/tcp
  5. Replaces: comm/tcp/WeatherEx12.lha
  6.  
  7. __        __         _   _
  8. \ \      / /__  __ _| |_| |__   ___ _ __
  9.  \ \ /\ / / _ \/ _` | __| '_ \ / _ \ '__|
  10.   \ V  V /  __/ (_| | |_| | | |  __/ |
  11.    \_/\_/ \___|\__,_|\__|_| |_|\___|_|
  12.                         _____                      _
  13.                        | ____|_  ___ __   ___ _ __(_) ___ _ __   ___ ___
  14.                        |  _| \ \/ / '_ \ / _ \ '__| |/ _ \ '_ \ / __/ _ \
  15.                        | |___ >  <| |_) |  __/ |  | |  __/ | | | (_|  __/
  16.                        |_____/_/\_\ .__/ \___|_|  |_|\___|_| |_|\___\___| 1.3
  17.                                   |_|
  18.  
  19. Introduction
  20. ¯¯¯¯¯¯¯¯¯¯¯¯
  21. WeatherExperience was written after I saw WinWeather on a PC.  I thought it
  22. looked interesting and I'm always looking for new, interesting TCP/IP
  23. applications to program.  WeatherExperience, like WinWeather, uses some
  24. servers in the US that get their data from the National Weather Service.
  25. WeatherExperience downloads weatherdata for the cities you tell it to, and
  26. displays it in a listview.
  27.  
  28. Please give me your comments about the program, the future of any of my
  29. programs depends very much on the amount of feedback I get from the users!
  30.  
  31. Features
  32. ¯¯¯¯¯¯¯¯
  33.  · Can monitor weatherdata for 558 cities in the US, 44 cities in Canada and
  34.    93 cities outside the US/Canada.
  35.  · Can convert measurements to various units like Celcius, Fahrenheit,
  36.    Kelvin, meter/second, miles per hour and knots.
  37.  · Almost 100% asynchronous network operation (you can use the GUI while the
  38.    program is fetching weatherdata, and you can abort at almost any time).
  39.  · Updates weatherdata display after a user-configurable delay.
  40.  
  41. Requirements
  42. ¯¯¯¯¯¯¯¯¯¯¯¯
  43.  · AmigaOS 2.04 or higher
  44.  · MUI 3.3 or higher
  45.  · A TCP/IP stack (like AmiTCP, Miami, As225, Inet225 or mlink)
  46.  
  47. Version history
  48. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  49. WeatherExperience 1.3 (27.7.96)
  50.  · Fixed a bug in the "smart"-scrolling.
  51.  · Added a new unit for pressure: kilopascal.
  52.    (Requested by Adam Szymczak)
  53.  · Added 44 major Canadian cities!
  54.    (Most requested feature)
  55.  · Improved settings saving & loading, WE should no longer mix up cities 
  56.    from different regions with the same names.
  57.  · When you press refresh the timer request is now aborted and a new one is 
  58.    started.
  59.  · Changed the formula for calculating Pascal from inches of Mercury 
  60.    slightly.
  61.  · This version still does not work with as225/inet225. I know where the 
  62.    problem is, and I can reproduce it, but I don't know how to fix it yet.
  63.  
  64.  · Please be aware that I'm off for more than two weeks of vacation on the 
  65.    30th of July so your mails will go unanswered for a while. Tell 
  66.    WeatherExperience to monitor the weather in San Francisco and Monterey 
  67.    while I'm there and hope for good weather! :)
  68.